home *** CD-ROM | disk | FTP | other *** search
- Bevel Tbevel;
- Tbevel.init(179,132,280,179,THIN);
-
- Panel TPanel;
- TPanel.init(232,188,174,102,OUT,THIN);
-
- Button TestButton;
- TestButton.init(264,200,"I AM A BUTTON",TEXT);
- TestButton.show();
-
- Icon TIcon;
- TIcon.init(342,230,"paint");
- Icon Ticon2;
- Ticon2.init(266,230,"spray");
- TIcon.show();
- Ticon2.show();
-
- Gtext TText;
- TText.init(235,148,"This is a nice Dialog",0,7,1);
- TText.show();
-
- Line lines[2];
- lines[0].init(435,167,199,167,14,3);
- lines[1].init(443,170,208,170,8,3);
- for(int numlines=0;numlines<2;numlines++)
- lines[numlines].show();